Welcome![Sign In][Sign Up]
Location:
Search - matlab tif

Search list

[Booksmatlab辅助图像处理源代码

Description: 用于图像处理与分析-for image processing and analysis
Platform: | Size: 53248 | Author: 魏建明 | Hits:

[matlabwavelift

Description: 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y)) % see the reconstruction precision yy=wavelift(x, 5) using cdf 9/7 wavelet ix=wavelift(yy,-5) inverse sum(sum((double(x)-ix).^2)) -only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : \ study \ jpeg2000 \ images \ lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2
Platform: | Size: 6144 | Author: 余庆红 | Hits:

[Special EffectsMorphological_Opening

Description: 以rice.tif为图像实例,介绍用形态学方法对灰度图像进行处理与分析的技术要点,即对灰度图像进 行如下操作:去除图像的不均匀背景;用设置阈值的方法(thresholding)将结果图像转换成二值图像;通过成分标记(components labeling)返回图像中的目标对象属性,并计算目标对象的统计数字特征。-to rice. Tif images for example, introduces the morphology of gray image processing and analysis techniques, that the gray image proceed as follows : Removal of uneven background image; by setting the threshold value method (thresholding) will be converted into images results binary image; through the composition tags (components labeling) to image targets attribute, and calculate the statistics target characteristics.
Platform: | Size: 1024 | Author: 何子鸣 | Hits:

[Special Effectszhi

Description: 图像灰度直方图统计,可以针对一幅已经存储的*.tif格式的图像-Image histogram statistics, can have been stored in a*. tif format images
Platform: | Size: 1024 | Author: yhm | Hits:

[Special Effectscalculate_min_distance

Description: 计算2组象素的最小距离 minimum euclidean distance calculation between 2 groups pixels and returns the distance and pixel coordinations文件内容:test_min_distance5a.tif, CONTENTS.M, euclidean_distance.m, test_calculate_min_distance.m, test_min_distance1a.tif, test_min_distance1b.tif, test_min_distance2a.tif, test_min_distance2b.tif, test_min_distance3a.tif, test_min_distance3b.tif, test_min_distance4a.tif, test_min_distance4b.tif, calculate_min_distance.m, test_min_distance5b.tif-Group 2-pixel calculation of minimum distance between a minimum euclidean distance calculation between 2 groups pixels and returns the distance and pixel coordinations the content of the document: test_min_distance5a.tif, CONTENTS.M, euclidean_distance.m, test_calculate_min_distance.m, test_min_distance1a.tif, test_min_distance1b.tif, test_min_distance2a.tif, test_min_distance2b.tif, test_min_distance3a.tif, test_min_distance3b.tif, test_min_distance4a.tif, test_min_distance4b.tif, calculate_min_distance.m, test_min_distance5b.tif
Platform: | Size: 30720 | Author: 田卉 | Hits:

[matlabmoban

Description: 此代码实现的是适用matlab实现输入文件的模版匹配,-Realize this code is applicable to realize the input file matlab template matching,
Platform: | Size: 445440 | Author: feelings | Hits:

[Waveletwavelet

Description: 采用Matlab编写的小波变换之金字塔分解与重构,该代码很基础,适合初学者了解小波变换-Matlab prepared using the pyramid wavelet transform decomposition and reconstruction, the code is the basis of wavelet transform suitable for beginners to understand
Platform: | Size: 176128 | Author: 巢歌 | Hits:

[GDI-BitmaplzwMatlab

Description: Implements a TIF compatible LZW encoding/decoding algorithm
Platform: | Size: 106496 | Author: xj | Hits:

[Special Effects10.1

Description: 对tif格式的图像的二值化图像进行膨胀操作-Tif format for image binarization image expansion operation
Platform: | Size: 574464 | Author: zhaowenyong | Hits:

[GDI-Bitmapdct

Description: 利用DCT变化对tif图像进行压缩利用DCT变换进行图像压缩的MATLAB程序-Changes in the use of DCT compression of tif images using DCT transform image compression MATLAB program
Platform: | Size: 802816 | Author: ruiomar | Hits:

[AI-NN-PRtif

Description: k-means算法代码 matlab的程序,具体使用说明在函数里面 :) 附UCI的测试集图片,可以用作VQ的实验-k-means algorithm matlab code of procedure, specific for use inside the function:)
Platform: | Size: 866304 | Author: qiumh | Hits:

[matlabMovie

Description: Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .jpg , .jpeg , .tif ,,,, number_of_frames: number of the frames display_time_of_frame: it is the display time of each frame Output: it creates a file named as Movie.avi in the same folder of this function-Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .jpg , .jpeg , .tif ,,,, number_of_frames: number of the frames display_time_of_frame: it is the display time of each frame Output: it creates a file named as Movie.avi in the same folder of this function
Platform: | Size: 46080 | Author: sunda | Hits:

[Program docmatlabDIP

Description: DIP programs related to various function . image segmentation,filter on salt & pepper noise on flowers.tif,program to show the bit plane slicing.program to introduce gaussian noise in the image and to restore the image by removing the noise using the median filter. -DIP programs related to various function . image segmentation,filter on salt & pepper noise on flowers.tif,program to show the bit plane slicing.program to introduce gaussian noise in the image and to restore the image by removing the noise using the median filter.
Platform: | Size: 75776 | Author: Ashish | Hits:

[matlabexport_fig

Description: This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.-This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.
Platform: | Size: 16384 | Author: redasu | Hits:

[Special Effectsstretch

Description: Write your own code to linearly stretch the gray scale on "trees.tif" so that the image will have a better contrast than in the original image. Try histogram equalization for the same image.
Platform: | Size: 96256 | Author: 周默 | Hits:

[Graph RecognizePFK

Description: 检测图片中的人脸,适用于JPG/jpg、BMP/bmp、TIF/tif或者GIF/gif的图片-Face detection in the picture for JPG/jpg, BMP/bmp, TIF/tif or GIF/gif image
Platform: | Size: 5120 | Author: DJY | Hits:

[matlabmatlab

Description: 批量tif文件16bit转换为8bit,支持自定义灰度转换-convert 16 bit tif files to 8 bit ones
Platform: | Size: 1024 | Author: xi | Hits:

[Special Effectsvideo2pic

Description: 实现把视频转换为图片序列。支持avi视频,可转换为jpg、tif等格式的图片。-A tool used in matlab to convert the video to a series of pictures.
Platform: | Size: 1024 | Author: 潘鲁远 | Hits:

[Special Effectsmatlab

Description: 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 2000Hz, passband range of 300 -600Hz, order optional, draw frequency response, and analysis and comparison, Respectively, add salt and pepper noise of the cameraman.tif image (density of 0.03) and Gauss white noise (mean 0 and variance 0.02) image denoising using three methods, shows the original image, noise image and image denoising and analysis of experimental results)
Platform: | Size: 1024 | Author: 潇潇暮雨 | Hits:

[Special Effects多光谱影像PCA与遍历显示matlab实现

Description: 基于多光谱影像的地物分类预处理算法,使用matlab将数据tif影像打开,并展示,在数据波段中,使用PCA算法,使得信息集中利于分类。(Preprocessing algorithm of object classification based on multi spectral image)
Platform: | Size: 1024 | Author: 1761834475 | Hits:
« 12 3 4 »

CodeBus www.codebus.net